.hiddenDim {
	display: none;
}

#dimScreen {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.bloqueo {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.bloqueo i{
	position: absolute;
	left: 50%;
	top: 50%;
}

#dimScreen i {
	position: absolute;
	left: 50%;
	top: 50%;
}

/* Typografía */

.lowercase{
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}

.word-wrap {
	word-wrap: break-word;
}